home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.3 KB | 52 lines | [TEXT/MPS ] |
- /*
- File: Palettes.idl
-
- Contains: Palette Manager Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __PALETTES_IDL__
- #define __PALETTES_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __QUICKDRAW_IDL__
- #include <Quickdraw.idl>
- #endif
- #ifndef __WINDOWS_IDL__
- #include <Windows.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- typedef SOMLargeStruct ColorInfo; /* Derived from a struct of 16 bytes in size */
-
- typedef OpaquePtr ColorInfoPtr; /* Substituted OpaquePtr for “ColorInfo*” */
-
- typedef OpaquePtr ColorInfoHandle; /* Substituted OpaquePtr for “ColorInfoPtr*” */
-
- typedef SOMLargeStruct Palette; /* Derived from a struct of 32 bytes in size */
-
- typedef OpaquePtr PalettePtr; /* Substituted OpaquePtr for “Palette*” */
-
- typedef OpaquePtr PaletteHandle; /* Substituted OpaquePtr for “PalettePtr*” */
-
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __PALETTES_IDL__ */
-
-